++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=America/Argentina/Jujuy Choosen random timezone America/Argentina/Jujuy + echo 'Choosen random timezone America/Argentina/Jujuy' + ln -snf /usr/share/zoneinfo/America/Argentina/Jujuy /etc/localtime + echo America/Argentina/Jujuy + dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.12.76.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-server (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-server (24.3.12.76.altinitystable+msan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable+msan_amd64.deb ... Unpacking clickhouse-client (24.3.12.76.altinitystable+msan) ... Setting up clickhouse-client (24.3.12.76.altinitystable+msan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.12.76.altinitystable. + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=1 + sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml + value=34705408 + sed --follow-symlinks -i 's|[[:digit:]]\+|34705408|' /etc/clickhouse-server/config.d/keeper_port.xml + value=32165888 + sed --follow-symlinks -i 's|[[:digit:]]\+|32165888|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] x86_64 Adding azure configuration + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + ./minio server --address :11111 ./minio_data + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:36791 http://127.0.0.1:36791 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (36791), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./182A006B9CF7F82Aff9370d4-d5d0-4151-be69-b468ee387583 + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 257 root 10u IPv6 46162 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 118.11 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 87.61 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 40.76 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.74 KiB/s + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.59 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 4.35 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 6.33 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Mar 5 16:57 . drwxr-xr-x 1 root root 4.0K Mar 5 16:57 .. -rw-rw-r-- 1 1000 1000 300 Mar 5 16:54 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 10:22 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Mar 5 16:57 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Mar 5 16:57 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Mar 5 16:57 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 11:04 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Mar 5 16:57 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 2.5K Mar 5 16:54 broken_tests.json drwxr-xr-x 5 root root 340 Mar 5 16:56 dev -rwxr-xr-x 1 root root 0 Mar 5 16:56 .dockerenv drwxr-xr-x 1 root root 4.0K Mar 5 16:57 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 11:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 11:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 11:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 11:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 10:42 mc drwxr-xr-x 2 root root 4.0K Sep 11 11:04 media -rwxr-xr-x 1 root root 114M Oct 31 10:42 minio drwxr-xr-x 4 root root 4.0K Mar 5 16:57 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 11:04 mnt drwxr-xr-x 2 root root 4.0K Sep 11 11:04 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Mar 5 16:56 package_folder dr-xr-xr-x 604 root root 0 Mar 5 16:56 proc -rwxrwxr-x 1 root root 8.2K Oct 31 10:22 process_functional_tests_result.py drwx------ 1 root root 4.0K Mar 5 16:57 root drwxr-xr-x 1 root root 4.0K Mar 5 16:57 run -rwxrwxr-x 1 root root 16K Oct 31 10:22 run.sh lrwxrwxrwx 1 root root 8 Sep 11 11:04 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 10:22 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 10:22 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 10:22 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 11:04 srv -rw-rw-r-- 1 root root 13K Oct 31 10:22 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 5 16:56 sys drwxrwxr-x 2 1000 1000 4.0K Mar 5 16:56 test_output drwxrwxrwt 1 root root 4.0K Mar 5 16:57 tmp drwxr-xr-x 1 root root 4.0K Sep 11 11:04 usr -rw-rw-r-- 1 root root 833 Oct 31 10:22 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 11:07 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 539 clickhouse 322u IPv4 47261 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [05/Mar/2025:19:58:03 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [05/Mar/2025:19:58:03 +0000] "PUT /devstoreaccount1/cont/gzkwsrtphmuqvnrhflvqoidyscvbcmge?blockid=wthwrqencaakeioappnduxthjuzorhxnmucatngciygaefavmvxzpkflylwebtwt&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Mar/2025:19:58:04 +0000] "PUT /devstoreaccount1/cont/gzkwsrtphmuqvnrhflvqoidyscvbcmge?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Mar/2025:19:58:04 +0000] "GET /devstoreaccount1/cont/gzkwsrtphmuqvnrhflvqoidyscvbcmge HTTP/1.1" 206 4 127.0.0.1 - - [05/Mar/2025:19:58:04 +0000] "GET /devstoreaccount1/cont/gzkwsrtphmuqvnrhflvqoidyscvbcmge HTTP/1.1" 206 2 127.0.0.1 - - [05/Mar/2025:19:58:04 +0000] "DELETE /devstoreaccount1/cont/gzkwsrtphmuqvnrhflvqoidyscvbcmge HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication File /tmp/export-logs-config.sh does not exist, do not setup + set +x + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 725 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 3 ]] + [[ -n 6 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 6 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-03-05 16:58:56 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-03-05 16:58:56 Connecting to ClickHouse server... OK 2025-03-05 16:58:56 Connected to server 24.3.12.76.altinitystable @ da27279116c0c6a39ac94f6f146e5eed531f6b3d HEAD 2025-03-05 16:58:56 Found 1006 parallel tests and 106 sequential tests 2025-03-05 16:58:57 2025-03-05 16:58:57 Running about 125 stateless tests (ForkPoolWorker-8). 2025-03-05 16:58:57 2025-03-05 16:58:57 03201_sumIf_to_countIf_return_type: [ OK ] 0.73 sec. 2025-03-05 16:58:57 2025-03-05 16:58:57 Running about 125 stateless tests (ForkPoolWorker-7). 2025-03-05 16:58:57 2025-03-05 16:58:57 03215_udf_with_union: [ OK ] 0.83 sec. 2025-03-05 16:58:57 2025-03-05 16:58:57 Running about 125 stateless tests (ForkPoolWorker-2). 2025-03-05 16:58:57 2025-03-05 16:58:57 03246_range_literal_replacement_works: [ OK ] 0.86 sec. 2025-03-05 16:58:57 2025-03-05 16:58:57 Running about 125 stateless tests (ForkPoolWorker-3). 2025-03-05 16:58:57 2025-03-05 16:58:57 03231_pr_duplicate_announcement: [ OK ] 1.07 sec. 2025-03-05 16:58:58 2025-03-05 16:58:58 Running about 125 stateless tests (ForkPoolWorker-6). 2025-03-05 16:58:58 2025-03-05 16:58:58 03205_parallel_window_finctions_and_column_sparse_bug: [ OK ] 1.23 sec. 2025-03-05 16:58:58 2025-03-05 16:58:58 Running about 125 stateless tests (ForkPoolWorker-9). 2025-03-05 16:58:58 2025-03-05 16:58:58 03149_analyzer_window_redefinition: [ OK ] 1.29 sec. 2025-03-05 16:58:58 2025-03-05 16:58:58 Running about 125 stateless tests (ForkPoolWorker-5). 2025-03-05 16:58:58 2025-03-05 16:58:58 03215_analyzer_replace_with_dummy_tables: [ OK ] 1.29 sec. 2025-03-05 16:58:58 03130_abs_in_key_condition_bug: [ OK ] 0.87 sec. 2025-03-05 16:58:58 03129_update_nested_materialized_column_check: [ OK ] 0.92 sec. 2025-03-05 16:58:58 03095_group_by_server_constants_bug: [ OK ] 0.93 sec. 2025-03-05 16:58:58 03128_argMin_combinator_projection: [ OK ] 1.23 sec. 2025-03-05 16:58:58 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 0.84 sec. 2025-03-05 16:58:59 03033_parts_splitter_bug_and_index_loading: [ OK ] 0.94 sec. 2025-03-05 16:58:59 03031_low_cardinality_logical_error: [ OK ] 0.77 sec. 2025-03-05 16:58:59 03018_analyzer_greater_null: [ OK ] 0.73 sec. 2025-03-05 16:58:59 03014_analyzer_group_by_use_nulls: [ OK ] 0.69 sec. 2025-03-05 16:58:59 2025-03-05 16:58:59 Running about 125 stateless tests (ForkPoolWorker-4). 2025-03-05 16:58:59 2025-03-05 16:58:59 03217_filtering_in_system_tables: [ OK ] 2.94 sec. 2025-03-05 16:59:00 03017_analyzer_groupby_fuzz_61600: [ OK ] 1.09 sec. 2025-03-05 16:59:00 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.75 sec. 2025-03-05 16:59:00 03013_test_part_level_is_reset_attach_from_disk_mt: [ OK ] 1.05 sec. 2025-03-05 16:59:00 03033_analyzer_query_parameters: [ OK ] 2.54 sec. 2025-03-05 16:59:01 03003_sql_json_nonsense: [ OK ] 0.74 sec. 2025-03-05 16:59:01 03013_hop_infinite_loop: [ OK ] 2.07 sec. 2025-03-05 16:59:02 03000_minmax_index_first: [ OK ] 0.88 sec. 2025-03-05 16:59:02 03009_storage_memory_circ_buffer_usage: [ OK ] 2.58 sec. 2025-03-05 16:59:02 03021_get_client_http_header: [ OK ] 3.98 sec. 2025-03-05 16:59:03 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 0.77 sec. 2025-03-05 16:59:03 03008_optimize_equal_ranges: [ OK ] 3.05 sec. 2025-03-05 16:59:03 03003_codec_multiple_buffer_overflow: [ OK ] 3.00 sec. 2025-03-05 16:59:03 02989_group_by_tuple: [ OK ] 0.70 sec. 2025-03-05 16:59:04 02992_settings_overflow: [ OK ] 1.46 sec. 2025-03-05 16:59:06 02982_minmax_nan_null_order: [ OK ] 1.43 sec. 2025-03-05 16:59:06 02985_shard_query_start_time: [ OK ] 2.24 sec. 2025-03-05 16:59:06 02997_fix_datetime64_scale_conversion: [ OK ] 4.17 sec. 2025-03-05 16:59:07 02967_http_compressed: [ OK ] 1.45 sec. 2025-03-05 16:59:07 02989_join_using_parent_scope: [ OK ] 4.27 sec. 2025-03-05 16:59:08 02967_mysql_settings_override: [ OK ] 2.07 sec. 2025-03-05 16:59:08 02962_analyzer_const_in_count_distinct: [ OK ] 0.74 sec. 2025-03-05 16:59:08 03006_correct_revoke_for_partial_rights: [ OK ] 8.58 sec. 2025-03-05 16:59:09 02981_insert_select_resize_to_max_insert_threads: [ OK ] 3.10 sec. 2025-03-05 16:59:09 02955_sparkBar_alias_sparkbar: [ OK ] 0.95 sec. 2025-03-05 16:59:09 02963_invalid_identifier: [ OK ] 2.19 sec. 2025-03-05 16:59:10 02958_transform_enum: [ OK ] 1.54 sec. 2025-03-05 16:59:10 02952_binary: [ OK ] 1.41 sec. 2025-03-05 16:59:11 02946_merge_tree_final_split_ranges_by_primary_key: [ OK ] 1.34 sec. 2025-03-05 16:59:11 02943_use_full_text_skip_index_with_has_any: [ OK ] 1.46 sec. 2025-03-05 16:59:11 02943_exprs_order_in_group_by_with_rollup: [ OK ] 1.77 sec. 2025-03-05 16:59:12 02946_parallel_replicas_force_primary_key: [ OK ] 3.45 sec. 2025-03-05 16:59:13 03011_definitive_guide_to_cast: [ OK ] 14.23 sec. 2025-03-05 16:59:14 02935_date_trunc_case_unsensitiveness: [ OK ] 1.55 sec. 2025-03-05 16:59:16 03001_matview_columns_after_modify_query: [ OK ] 14.87 sec. 2025-03-05 16:59:16 02934_merge_tree_max_projections: [ OK ] 2.33 sec. 2025-03-05 16:59:17 02994_libarchive_compression: [ OK ] 14.55 sec. 2025-03-05 16:59:17 02940_variant_text_deserialization: [ OK ] 6.29 sec. 2025-03-05 16:59:18 02935_external_table_enum_type: [ OK ] 6.97 sec. 2025-03-05 16:59:19 02920_unary_operators_functions: [ OK ] 0.75 sec. 2025-03-05 16:59:20 02919_segfault_nullable_materialized_update: [ OK ] 1.14 sec. 2025-03-05 16:59:21 02930_client_file_log_comment: [ OK ] 5.83 sec. 2025-03-05 16:59:22 02918_wrong_dictionary_source: [ OK ] 1.29 sec. 2025-03-05 16:59:22 02931_rewrite_sum_column_and_constant: [ OK ] 7.66 sec. 2025-03-05 16:59:22 02923_hdfs_engine_size_virtual_column: [ OK ] 5.81 sec. 2025-03-05 16:59:22 02922_url_s3_engine_size_virtual_column: [ OK ] 4.83 sec. 2025-03-05 16:59:22 02917_transform_tsan: [ OK ] 0.76 sec. 2025-03-05 16:59:23 02916_analyzer_set_in_join: [ OK ] 0.97 sec. 2025-03-05 16:59:23 02918_alter_temporary_table: [ OK ] 1.20 sec. 2025-03-05 16:59:23 02913_sum_map_state: [ OK ] 0.82 sec. 2025-03-05 16:59:24 02911_analyzer_remove_unused_projection_columns: [ OK ] 1.09 sec. 2025-03-05 16:59:25 02922_analyzer_aggregate_nothing_type: [ OK ] 7.71 sec. 2025-03-05 16:59:25 02908_alter_column_alias: [ OK ] 0.64 sec. 2025-03-05 16:59:25 02918_sqlite_path_check: [ OK ] 3.15 sec. 2025-03-05 16:59:25 02911_join_on_nullsafe_optimization: [ OK ] 2.03 sec. 2025-03-05 16:59:26 02907_filter_pushdown_crash: [ OK ] 1.17 sec. 2025-03-05 16:59:26 02906_force_optimize_projection_name: [ OK ] 1.24 sec. 2025-03-05 16:59:26 02916_joinget_dependency: [ OK ] 4.00 sec. 2025-03-05 16:59:29 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 5.48 sec. 2025-03-05 16:59:29 02907_backup_restore_default_nullable: [ OK ] 4.20 sec. 2025-03-05 16:59:29 02900_decimal_sort_with_multiple_columns: [ OK ] 0.61 sec. 2025-03-05 16:59:29 02896_dwarf_format: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 16:59:30 02907_backup_mv_with_no_inner_table: [ OK ] 5.18 sec. 2025-03-05 16:59:30 02900_date_time_check_overflow: [ OK ] 4.02 sec. 2025-03-05 16:59:31 02893_system_drop_schema_cache_format: [ OK ] 0.68 sec. 2025-03-05 16:59:31 02893_trash_optimization: [ OK ] 0.64 sec. 2025-03-05 16:59:31 02896_illegal_sampling: [ OK ] 1.52 sec. 2025-03-05 16:59:32 02899_use_default_format_on_http_exception: [ OK ] 3.34 sec. 2025-03-05 16:59:33 02904_arrow_dictionary_indexes: [ OK ] 6.88 sec. 2025-03-05 16:59:33 02889_datetime64_from_string: [ OK ] 2.25 sec. 2025-03-05 16:59:33 02889_parts_columns_filenames: [ OK ] 1.02 sec. 2025-03-05 16:59:33 02888_single_state_nullable_type: [ OK ] 0.70 sec. 2025-03-05 16:59:34 02888_integer_type_inference_in_if_function: [ OK ] 1.10 sec. 2025-03-05 16:59:36 02885_arg_min_max_combinator: [ OK ] 2.36 sec. 2025-03-05 16:59:36 02892_input_csv_cr_end_count_many_rows: [ OK ] 5.52 sec. 2025-03-05 16:59:38 02943_variant_read_subcolumns: [ OK ] 28.22 sec. 2025-03-05 16:59:39 02884_async_insert_native_protocol_2: [ OK ] 4.45 sec. 2025-03-05 16:59:40 02889_file_log_save_errors: [ OK ] 8.58 sec. 2025-03-05 16:59:40 02872_gcd_codec: [ OK ] 3.46 sec. 2025-03-05 16:59:40 02901_parallel_replicas_rollup: [ OK ] 13.91 sec. 2025-03-05 16:59:40 02863_interpolate_subquery: [ OK ] 0.77 sec. 2025-03-05 16:59:40 02868_distinct_to_count_optimization: [ OK ] 2.33 sec. 2025-03-05 16:59:41 02861_uuid_format_serialization: [ OK ] 0.90 sec. 2025-03-05 16:59:41 02844_distributed_virtual_columns: [ OK ] 0.87 sec. 2025-03-05 16:59:41 02863_non_const_timezone_check: [ OK ] 1.79 sec. 2025-03-05 16:59:42 02865_array_join_with_max_block_size: [ OK ] 2.78 sec. 2025-03-05 16:59:44 02844_tsv_carriage_return_parallel_parsing: [ OK ] 3.19 sec. 2025-03-05 16:59:45 02841_local_assert: [ OK ] 3.23 sec. 2025-03-05 16:59:45 02841_remote_parameter_parsing_error: [ OK ] 3.74 sec. 2025-03-05 16:59:45 02883_named_collections_override: [ OK ] 9.01 sec. 2025-03-05 16:59:45 02836_file_diagnostics_while_reading_header: [ OK ] 3.51 sec. 2025-03-05 16:59:45 02885_async_insert_access_check_for_defaults: [ OK ] 11.95 sec. 2025-03-05 16:59:46 02835_parallel_replicas_over_distributed: [ OK ] 1.79 sec. 2025-03-05 16:59:46 02834_sparse_columns_sort_with_limit: [ OK ] 1.35 sec. 2025-03-05 16:59:47 02834_analyzer_with_statement_references: [ OK ] 2.15 sec. 2025-03-05 16:59:47 02818_memory_profiler_sample_min_max_allocation_size: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 16:59:47 02831_ast_fuzz_asan_join: [ OK ] 0.76 sec. 2025-03-05 16:59:48 02832_alter_delete_indexes_projections: [ OK ] 1.96 sec. 2025-03-05 16:59:49 02817_group_array_moving_zero_window_size: [ OK ] 1.50 sec. 2025-03-05 16:59:49 02833_window_func_range_offset: [ OK ] 3.72 sec. 2025-03-05 16:59:49 02814_order_by_tuple_window_function: [ OK ] 0.72 sec. 2025-03-05 16:59:50 02834_add_sub_date_functions: [ OK ] 5.18 sec. 2025-03-05 16:59:52 02814_age_datediff: [ OK ] 2.32 sec. 2025-03-05 16:59:53 02814_currentDatabase_for_table_functions: [ OK ] 3.90 sec. 2025-03-05 16:59:54 02813_starting_in_text_log: [ OK ] 2.39 sec. 2025-03-05 16:59:54 02811_ip_dict_attribute: [ OK ] 1.14 sec. 2025-03-05 16:59:55 02807_math_unary_crash: [ OK ] 1.00 sec. 2025-03-05 16:59:55 02801_transform_nullable: [ OK ] 1.04 sec. 2025-03-05 16:59:58 02797_join_nested_lowcardinality_convert: [ OK ] 2.54 sec. 2025-03-05 16:59:58 02815_analyzer_aggregate_functions_of_group_by_keys: [ OK ] 10.39 sec. 2025-03-05 16:59:59 02791_predicate_pushdown_different_types: [ OK ] 0.75 sec. 2025-03-05 16:59:59 02794_pushdown_invalid_get: [ OK ] 1.33 sec. 2025-03-05 17:00:00 02790_sql_standard_fetch: [ OK ] 1.05 sec. 2025-03-05 17:00:00 02790_keyed_hash_bug: [ OK ] 0.78 sec. 2025-03-05 17:00:01 02797_read_subcolumns_from_files: [ OK ] 5.18 sec. 2025-03-05 17:00:01 02789_set_index_nullable_condition_bug: [ OK ] 1.10 sec. 2025-03-05 17:00:01 02790_optimize_skip_unused_shards_join: [ OK ] 1.16 sec. 2025-03-05 17:00:02 02786_transform_float: [ OK ] 0.88 sec. 2025-03-05 17:00:02 02785_summing_merge_tree_datetime64: [ OK ] 1.32 sec. 2025-03-05 17:00:03 02783_max_bytes_to_read_in_schema_inference: [ OK ] 1.11 sec. 2025-03-05 17:00:04 02786_max_execution_time_leaf: [ OK ] 3.11 sec. 2025-03-05 17:00:04 02772_jit_date_time_add: [ OK ] 1.75 sec. 2025-03-05 17:00:05 02772_s3_crash: [ OK ] 1.56 sec. 2025-03-05 17:00:05 02771_resolve_compound_identifier: [ OK ] 0.95 sec. 2025-03-05 17:00:06 02835_drop_user_during_session: [ OK ] 21.60 sec. 2025-03-05 17:00:07 02771_parallel_replicas_analyzer: [ OK ] 3.17 sec. 2025-03-05 17:00:11 02769_parallel_replicas_unavailable_shards: [ OK ] 3.33 sec. 2025-03-05 17:00:12 02770_async_buffer_ignore: [ OK ] 5.00 sec. 2025-03-05 17:00:12 02771_system_user_processes: [ OK ] 6.47 sec. 2025-03-05 17:00:13 02765_parallel_replicas_final_modifier: [ OK ] 1.27 sec. 2025-03-05 17:00:13 02763_jit_compare_functions_nan: [ OK ] 1.38 sec. 2025-03-05 17:00:14 02943_variant_type_with_different_local_and_global_order: [ OK ] 63.20 sec. 2025-03-05 17:00:14 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 1.35 sec. 2025-03-05 17:00:14 02813_create_index_noop: [ OK ] 23.96 sec. 2025-03-05 17:00:15 02752_custom_separated_ignore_spaces_bug: [ OK ] 0.69 sec. 2025-03-05 17:00:16 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 0.96 sec. 2025-03-05 17:00:16 02751_match_constant_needle: [ OK ] 0.72 sec. 2025-03-05 17:00:17 02733_fix_distinct_in_order_bug_49622: [ OK ] 0.79 sec. 2025-03-05 17:00:17 02735_asof_join_right_null: [ OK ] 1.60 sec. 2025-03-05 17:00:18 02732_transform_fuzz: [ OK ] 1.15 sec. 2025-03-05 17:00:20 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys: [ OK ] 2.25 sec. 2025-03-05 17:00:22 02761_ddl_initial_query_id: [ OK ] 8.33 sec. 2025-03-05 17:00:22 02816_clickhouse_local_table_name_expressions: [ OK ] 35.17 sec. 2025-03-05 17:00:23 02731_formats_s3: [ OK ] 1.34 sec. 2025-03-05 17:00:24 02841_valid_json_and_xml_on_http_exception: [ OK ] 42.02 sec. 2025-03-05 17:00:24 02725_agg_projection_resprect_PK: [ OK ] 1.50 sec. 2025-03-05 17:00:24 02725_null_group_key_with_rollup: [ OK ] 1.10 sec. 2025-03-05 17:00:24 02771_semi_join_use_nulls: [ OK ] 19.48 sec. 2025-03-05 17:00:26 02716_create_direct_dict_with_lifetime_throws: [ OK ] 1.15 sec. 2025-03-05 17:00:26 02716_drop_if_empty: [ OK ] 2.43 sec. 2025-03-05 17:00:27 02714_local_object_storage: [ OK ] 1.26 sec. 2025-03-05 17:00:27 02731_zero_objects_in_metadata: [ OK ] 7.47 sec. 2025-03-05 17:00:28 02710_date_diff_aliases: [ OK ] 0.86 sec. 2025-03-05 17:00:28 02710_topk_with_empty_array: [ OK ] 0.65 sec. 2025-03-05 17:00:28 02716_parquet_invalid_date32: [ OK ] 4.08 sec. 2025-03-05 17:00:30 02710_aggregation_nested_map_ip_uuid: [ OK ] 1.68 sec. 2025-03-05 17:00:30 02706_keeper_map_insert_strict: [ OK ] 2.01 sec. 2025-03-05 17:00:31 02706_array_map_tuples: [ OK ] 1.63 sec. 2025-03-05 17:00:32 02724_delay_mutations: [ OK ] 8.66 sec. 2025-03-05 17:00:33 02710_allow_suspicious_indices: [ OK ] 4.82 sec. 2025-03-05 17:00:33 02700_regexp_operator: [ OK ] 0.71 sec. 2025-03-05 17:00:34 02699_polygons_sym_difference_total_analyzer: [ OK ] 0.74 sec. 2025-03-05 17:00:34 02705_protobuf_debug_abort: [ OK ] 3.51 sec. 2025-03-05 17:00:34 02712_bool_better_exception_message: [ OK ] 7.74 sec. 2025-03-05 17:00:36 02685_bson2: [ OK ] 1.69 sec. 2025-03-05 17:00:36 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 2.90 sec. 2025-03-05 17:00:36 02689_meaningless_data_types: [ OK ] 2.58 sec. 2025-03-05 17:00:36 02685_decimal256_various: [ OK ] 2.26 sec. 2025-03-05 17:00:37 02680_instr_alias_for_position_case_insensitive: [ OK ] 0.74 sec. 2025-03-05 17:00:37 02683_native_too_large_size: [ OK ] 1.39 sec. 2025-03-05 17:00:37 02681_group_array_too_large_size: [ OK ] 1.06 sec. 2025-03-05 17:00:38 02675_is_ipv6_function_fix: [ OK ] 0.69 sec. 2025-03-05 17:00:38 02676_analyzer_limit_offset: [ OK ] 1.50 sec. 2025-03-05 17:00:38 02674_null_default_structure: [ OK ] 0.66 sec. 2025-03-05 17:00:39 02674_and_consistency: [ OK ] 0.93 sec. 2025-03-05 17:00:40 02731_analyzer_join_resolve_nested: [ OK ] 21.94 sec. 2025-03-05 17:00:41 02668_column_block_number_vertical_merge: [ OK ] 1.63 sec. 2025-03-05 17:00:41 02670_constant_skip_index: [ OK ] 2.79 sec. 2025-03-05 17:00:41 02668_column_block_number_with_projections: [ OK ] 1.34 sec. 2025-03-05 17:00:42 02580_like_substring_search_bug: [ OK ] 0.70 sec. 2025-03-05 17:00:43 02579_fill_empty_chunk: [ OK ] 0.75 sec. 2025-03-05 17:00:43 02662_sparse_columns_mutations_3: [ OK ] 2.45 sec. 2025-03-05 17:00:44 02676_to_decimal_string: [ OK ] 6.57 sec. 2025-03-05 17:00:44 02576_predicate_push_down_sorting_fix: [ OK ] 0.83 sec. 2025-03-05 17:00:44 02597_column_update_and_replication: [ OK ] 2.60 sec. 2025-03-05 17:00:44 02573_quantile_fuse_msan: [ OK ] 0.91 sec. 2025-03-05 17:00:45 02575_merge_prewhere_different_default_kind: [ OK ] 1.49 sec. 2025-03-05 17:00:45 02568_and_consistency: [ OK ] 1.14 sec. 2025-03-05 17:00:46 02561_with_fill_date_datetime_incompatible: [ OK ] 0.98 sec. 2025-03-05 17:00:46 02704_keeper_map_zk_nodes: [ OK ] 14.27 sec. 2025-03-05 17:00:46 02560_null_as_default: [ OK ] 1.20 sec. 2025-03-05 17:00:46 02567_and_consistency: [ OK ] 2.14 sec. 2025-03-05 17:00:47 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 1.54 sec. 2025-03-05 17:00:47 02552_check_referential_table_dependencies: [ OK ] 1.36 sec. 2025-03-05 17:00:47 02542_case_no_else: [ OK ] 0.83 sec. 2025-03-05 17:00:48 02540_duplicate_primary_key: [ OK ] 1.29 sec. 2025-03-05 17:00:48 02538_ngram_bf_index_with_null: [ OK ] 1.15 sec. 2025-03-05 17:00:49 02539_generate_random_low_cardinality: [ OK ] 1.60 sec. 2025-03-05 17:00:50 02535_analyzer_group_by_use_nulls: [ OK ] 2.08 sec. 2025-03-05 17:00:51 02760_dictionaries_memory: [ OK ] 37.19 sec. 2025-03-05 17:00:51 02532_profileevents_server_startup_time: [ OK ] 0.72 sec. 2025-03-05 17:00:52 02537_distributed_loosing_files_after_exception: [ OK ] 3.68 sec. 2025-03-05 17:00:53 02530_ip_part_id: [ OK ] 1.23 sec. 2025-03-05 17:00:53 02765_queries_with_subqueries_profile_events: [ OK ] 41.99 sec. 2025-03-05 17:00:54 02524_fuzz_and_fuss_2: [ OK ] 0.90 sec. 2025-03-05 17:00:55 02543_alter_rename_modify_stuck: [ OK ] 8.65 sec. 2025-03-05 17:00:56 02521_to_custom_day_of_week: [ OK ] 1.95 sec. 2025-03-05 17:00:57 02517_union_columns_order: [ OK ] 0.85 sec. 2025-03-05 17:00:57 02521_lightweight_delete_and_ttl: [ OK ] 2.42 sec. 2025-03-05 17:00:57 02552_siphash128_reference: [ OK ] 11.35 sec. 2025-03-05 17:00:57 02515_generate_ulid: [ OK ] 0.65 sec. 2025-03-05 17:00:57 02523_array_shuffle: [ OK ] 4.83 sec. 2025-03-05 17:00:58 02513_analyzer_sort_msan: [ OK ] 0.80 sec. 2025-03-05 17:00:58 02504_bar_fractions: [ OK ] 0.76 sec. 2025-03-05 17:00:58 02509_h3_arguments: [ OK ] 1.10 sec. 2025-03-05 17:00:59 02499_read_json_objects_as_strings: [ OK ] 0.74 sec. 2025-03-05 17:00:59 02525_range_hashed_dictionary_update_field: [ OK ] 7.43 sec. 2025-03-05 17:01:00 02498_analyzer_settings_push_down: [ OK ] 1.20 sec. 2025-03-05 17:01:01 02513_validate_data_types: [ OK ] 4.13 sec. 2025-03-05 17:01:05 02499_monotonicity_toUnixTimestamp64: [ OK ] 5.75 sec. 2025-03-05 17:01:06 02483_cuturlparameter_with_arrays: [ OK ] 0.94 sec. 2025-03-05 17:01:06 02497_storage_file_reader_selection: [ OK ] 5.75 sec. 2025-03-05 17:01:08 02481_merge_array_join_sample_by: [ OK ] 1.56 sec. 2025-03-05 17:01:08 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 2.19 sec. 2025-03-05 17:01:10 02481_prewhere_filtered_rows_div_by_zero: [ OK ] 2.13 sec. 2025-03-05 17:01:10 02481_fix_parameters_parsing: [ OK ] 0.64 sec. 2025-03-05 17:01:11 02534_keyed_siphash: [ OK ] 22.55 sec. 2025-03-05 17:01:12 02500_numbers_inference: [ OK ] 13.72 sec. 2025-03-05 17:01:12 02481_aggregation_in_order_plan: [ OK ] 1.26 sec. 2025-03-05 17:01:12 02490_benchmark_max_consecutive_errors: [ OK ] 10.69 sec. 2025-03-05 17:01:12 02480_parse_date_time_best_effort_math_overflow: [ OK ] 0.82 sec. 2025-03-05 17:01:12 02499_extract_key_value_pairs_multiple_input: [ OK ] 13.87 sec. 2025-03-05 17:01:13 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 0.73 sec. 2025-03-05 17:01:13 02478_projection_and_alter_low_cardinality: [ OK ] 1.33 sec. 2025-03-05 17:01:15 02478_projection_with_group_by_alter: [ OK ] 2.31 sec. 2025-03-05 17:01:15 02480_max_map_null_totals: [ OK ] 3.55 sec. 2025-03-05 17:01:16 02676_optimize_old_parts_replicated: [ OK ] 38.79 sec. 2025-03-05 17:01:16 02477_fuse_quantiles: [ OK ] 1.72 sec. 2025-03-05 17:01:17 02475_date_time_schema_inference_bug: [ OK ] 0.78 sec. 2025-03-05 17:01:17 02475_positive_modulo: [ OK ] 0.89 sec. 2025-03-05 17:01:18 02474_create_user_query_fuzzer_bug: [ OK ] 0.54 sec. 2025-03-05 17:01:20 02474_analyzer_subqueries_table_expression_modifiers: [ OK ] 3.35 sec. 2025-03-05 17:01:26 02475_split_with_max_substrings: [ OK ] 10.36 sec. 2025-03-05 17:01:27 02468_has_any_tuple: [ OK ] 1.22 sec. 2025-03-05 17:01:28 02467_cross_join_three_table_functions: [ OK ] 0.96 sec. 2025-03-05 17:01:30 02462_number_to_datetype: [ OK ] 1.82 sec. 2025-03-05 17:01:33 02460_projections_and_aggregate_null_if_empty: [ OK ] 2.35 sec. 2025-03-05 17:01:34 02460_prewhere_row_level_policy: [ OK ] 1.14 sec. 2025-03-05 17:01:35 02459_materialized_view_default_value: [ OK ] 1.44 sec. 2025-03-05 17:01:36 02459_read_in_order_bufer: [ OK ] 0.99 sec. 2025-03-05 17:01:38 02477_single_value_data_string_regression: [ OK ] 24.59 sec. 2025-03-05 17:01:43 02459_low_cardinality_uint128_aggregator: [ OK ] 6.64 sec. 2025-03-05 17:01:47 02457_morton_coding_with_mask: [ OK ] 8.47 sec. 2025-03-05 17:01:51 02457_bz2_concatenated: [ OK ] 3.83 sec. 2025-03-05 17:01:51 02457_s3_cluster_schema_inference: [ OK ] 7.57 sec. 2025-03-05 17:01:52 02457_datediff_via_unix_epoch: [ OK ] 1.23 sec. 2025-03-05 17:01:53 02456_BLAKE3_hash_function_test: [ OK ] 0.76 sec. 2025-03-05 17:01:53 02477_projection_materialize_and_zero_copy: [ OK ] 40.13 sec. 2025-03-05 17:01:54 02453_check_path_in_errors_logger: [ OK ] 1.12 sec. 2025-03-05 17:01:54 02455_count_state_asterisk: [ OK ] 1.29 sec. 2025-03-05 17:01:54 02473_optimize_old_parts: [ OK ] 36.27 sec. 2025-03-05 17:01:55 02470_mutation_sync_race: [ OK ] 34.14 sec. 2025-03-05 17:01:56 02431_single_value_or_null_empty: [ OK ] 1.38 sec. 2025-03-05 17:01:59 02429_groupBitmap_chain_state: [ OK ] 2.83 sec. 2025-03-05 17:02:00 02428_batch_nullable_assert: [ OK ] 1.05 sec. 2025-03-05 17:02:02 02423_multidimensional_array_get_data_at: [ OK ] 1.76 sec. 2025-03-05 17:02:03 02456_progress_tty: [ OK ] 12.50 sec. 2025-03-05 17:02:06 02418_tautological_if_index: [ OK ] 2.13 sec. 2025-03-05 17:02:07 02417_from_select_syntax: [ OK ] 1.36 sec. 2025-03-05 17:02:07 02420_final_setting_analyzer: [ OK ] 4.50 sec. 2025-03-05 17:02:08 02451_order_by_monotonic: [ OK ] 13.78 sec. 2025-03-05 17:02:09 02416_in_set_same_ast_diff_columns: [ OK ] 0.97 sec. 2025-03-05 17:02:09 02417_keeper_map_create_drop: [ OK ] 1.96 sec. 2025-03-05 17:02:09 02416_row_policy_always_false_index: [ OK ] 1.26 sec. 2025-03-05 17:02:11 02410_to_decimal_or_default: [ OK ] 1.33 sec. 2025-03-05 17:02:12 02410_csv_empty_fields_inference: [ OK ] 0.72 sec. 2025-03-05 17:02:12 02411_legacy_geobase: [ OK ] 2.45 sec. 2025-03-05 17:02:13 02413_replace_partition_zero_copy: [ OK ] 4.34 sec. 2025-03-05 17:02:13 02403_ttl_column_multiple_times: [ OK ] 1.57 sec. 2025-03-05 17:02:14 02393_every_metric_must_have_documentation: [ OK ] 0.74 sec. 2025-03-05 17:02:14 02386_analyzer_in_function_nested_subqueries: [ OK ] 0.73 sec. 2025-03-05 17:02:16 02386_set_columns_order: [ OK ] 1.51 sec. 2025-03-05 17:02:16 02377_executable_function_settings: [ OK ] 1.68 sec. script.gdb:13: Error in sourced command file: No stack. 2025-03-05 17:02:28 02479_race_condition_between_insert_and_droppin_mv: [ FAIL ] 76.42 sec. - server died 2025-03-05 17:02:28 ConnectionRefusedError 2025-03-05 17:02:28 [Errno 111] Connection refused 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 1691, in run 2025-03-05 17:02:28 self._cleanup(result.status == TestStatus.OK) 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 1754, in _cleanup 2025-03-05 17:02:28 self._cleanup_database(args, timeout) 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 1788, in _cleanup_database 2025-03-05 17:02:28 clickhouse_execute( 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-03-05 17:02:28 return clickhouse_execute_http( 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http 2025-03-05 17:02:28 raise ex 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 300, in clickhouse_execute_http 2025-03-05 17:02:28 client.request( 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/lib/python3.10/http/client.py", line 1283, in request 2025-03-05 17:02:28 self._send_request(method, url, body, headers, encode_chunked) 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/lib/python3.10/http/client.py", line 1329, in _send_request 2025-03-05 17:02:28 self.endheaders(body, encode_chunked=encode_chunked) 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/lib/python3.10/http/client.py", line 1278, in endheaders 2025-03-05 17:02:28 self._send_output(message_body, encode_chunked=encode_chunked) 2025-03-05 17:02:28 2025-03-05 17:02:28 File "/usr/lib/python3.10/http/client.py", line 1038, in _send_output 2025-03-05 17:02:28 self.send(msg) 2025-03-05 17:02:28 2025-03-05 17:02:28 2025-03-05 17:02:28 Database: test_kpihpf5q 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 2025-03-05 17:02:28 Having 1 errors! 27 tests passed. 0 tests skipped. 212.21 s elapsed (ForkPoolWorker-7). 2025-03-05 17:02:28 Traceback (most recent call last): 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 3392, in 2025-03-05 17:02:28 Process ForkPoolWorker-9: 2025-03-05 17:02:28 Process ForkPoolWorker-3: 2025-03-05 17:02:28 Process ForkPoolWorker-6: 2025-03-05 17:02:28 main(args) 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 2786, in main 2025-03-05 17:02:28 Process ForkPoolWorker-8: 2025-03-05 17:02:28 total_tests_run += do_run_tests(args.jobs, test_suite, args.parallel) 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 2408, in do_run_tests 2025-03-05 17:02:28 Process ForkPoolWorker-2: 2025-03-05 17:02:28 queue.put(suit, timeout=args.timeout * 1.1) 2025-03-05 17:02:28 File "/usr/lib/python3.10/multiprocessing/queues.py", line 89, in put 2025-03-05 17:02:28 if not self._sem.acquire(block, timeout): 2025-03-05 17:02:28 File "/usr/bin/clickhouse-test", line 366, in signal_handler 2025-03-05 17:02:28 Process ForkPoolWorker-4: 2025-03-05 17:02:28 raise Terminated(f"Terminated with {sig} signal") 2025-03-05 17:02:28 __main__.Terminated: Terminated with 15 signal 2025-03-05 17:02:28 Process ForkPoolWorker-5: 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests 2025-03-05 17:02:28 Break tests execution 2025-03-05 17:02:28 Stopping tests + set -e + [[ 0 -eq 124 ]] + return 0 + echo 'Files in current directory' + ls -la ./ Files in current directory total 137384 drwxr-xr-x 1 root root 4096 Mar 5 17:01 . drwxr-xr-x 1 root root 4096 Mar 5 17:01 .. -rw-rw-r-- 1 1000 1000 300 Mar 5 16:54 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 10:22 attach_gdb.lib -rw-r--r-- 1 root root 1481 Mar 5 16:58 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Mar 5 16:58 __azurite_db_blob__.json -rw-r--r-- 1 root root 37332 Mar 5 17:02 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 11:04 bin -> usr/bin drwxr-xr-x 2 root root 4096 Mar 5 16:58 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 2558 Mar 5 16:54 broken_tests.json drwxr-xr-x 5 root root 340 Mar 5 16:56 dev -rwxr-xr-x 1 root root 0 Mar 5 16:56 .dockerenv drwxr-xr-x 1 root root 4096 Mar 5 16:57 etc drwxr-xr-x 1 1000 1000 4096 Mar 5 16:57 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 11:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 11:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 11:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 11:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 10:42 mc drwxr-xr-x 2 root root 4096 Sep 11 11:04 media -rwxr-xr-x 1 root root 118595584 Oct 31 10:42 minio drwxr-xr-x 4 root root 4096 Mar 5 16:57 minio_data drwxr-xr-x 2 root root 4096 Sep 11 11:04 mnt drwxr-xr-x 2 root root 4096 Sep 11 11:04 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Mar 5 16:56 package_folder dr-xr-xr-x 307 root root 0 Mar 5 16:56 proc -rwxrwxr-x 1 root root 8329 Oct 31 10:22 process_functional_tests_result.py drwx------ 1 root root 4096 Mar 5 17:02 root drwxr-xr-x 1 root root 4096 Mar 5 16:57 run -rwxrwxr-x 1 root root 16095 Oct 31 10:22 run.sh lrwxrwxrwx 1 root root 8 Sep 11 11:04 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Mar 5 16:58 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 10:22 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 10:22 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 10:22 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 11:04 srv -rw-rw-r-- 1 root root 13192 Oct 31 10:22 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 5 16:56 sys drwxrwxr-x 2 1000 1000 4096 Mar 5 16:58 test_output drwxrwxrwt 1 root root 12288 Mar 5 17:02 tmp drwxr-xr-x 2 root root 4096 Mar 5 16:58 user_defined drwxr-xr-x 1 root root 4096 Sep 11 11:04 usr -rw-rw-r-- 1 root root 833 Oct 31 10:22 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 11:07 var + echo 'Files in root directory' + ls -la / Files in root directory total 137384 drwxr-xr-x 1 root root 4096 Mar 5 17:01 . drwxr-xr-x 1 root root 4096 Mar 5 17:01 .. -rw-rw-r-- 1 1000 1000 300 Mar 5 16:54 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 10:22 attach_gdb.lib -rw-r--r-- 1 root root 1481 Mar 5 16:58 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Mar 5 16:58 __azurite_db_blob__.json -rw-r--r-- 1 root root 37332 Mar 5 17:02 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 11:04 bin -> usr/bin drwxr-xr-x 2 root root 4096 Mar 5 16:58 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 2558 Mar 5 16:54 broken_tests.json drwxr-xr-x 5 root root 340 Mar 5 16:56 dev -rwxr-xr-x 1 root root 0 Mar 5 16:56 .dockerenv drwxr-xr-x 1 root root 4096 Mar 5 16:57 etc drwxr-xr-x 1 1000 1000 4096 Mar 5 16:57 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 11:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 11:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 11:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 11:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 10:42 mc drwxr-xr-x 2 root root 4096 Sep 11 11:04 media -rwxr-xr-x 1 root root 118595584 Oct 31 10:42 minio drwxr-xr-x 4 root root 4096 Mar 5 16:57 minio_data drwxr-xr-x 2 root root 4096 Sep 11 11:04 mnt drwxr-xr-x 2 root root 4096 Sep 11 11:04 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Mar 5 16:56 package_folder dr-xr-xr-x 307 root root 0 Mar 5 16:56 proc -rwxrwxr-x 1 root root 8329 Oct 31 10:22 process_functional_tests_result.py drwx------ 1 root root 4096 Mar 5 17:02 root drwxr-xr-x 1 root root 4096 Mar 5 16:57 run -rwxrwxr-x 1 root root 16095 Oct 31 10:22 run.sh lrwxrwxrwx 1 root root 8 Sep 11 11:04 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Mar 5 16:58 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 10:22 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 10:22 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 10:22 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 11:04 srv -rw-rw-r-- 1 root root 13192 Oct 31 10:22 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 5 16:56 sys drwxrwxr-x 2 1000 1000 4096 Mar 5 16:58 test_output drwxrwxrwt 1 root root 12288 Mar 5 17:02 tmp drwxr-xr-x 2 root root 4096 Mar 5 16:58 user_defined drwxr-xr-x 1 root root 4096 Sep 11 11:04 usr -rw-rw-r-- 1 root root 833 Oct 31 10:22 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 11:07 var + /process_functional_tests_result.py 2025-03-05 17:02:29,049 File /analyzer_tech_debt.txt with broken tests found 2025-03-05 17:02:29,050 File /broken_tests.json with broken tests found 2025-03-05 17:02:29,050 Broken tests in the list: 29 2025-03-05 17:02:29,051 Find files in result folder garbage.log,run.log,gdb.log,test_result.txt 2025-03-05 17:02:29,053 Is flaky check: False 2025-03-05 17:02:29,053 Result parsed 2025-03-05 17:02:29,054 Result written + clickhouse-client -q 'system flush logs' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + : + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + [[ 0 != \1\8\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + [[ 0 != \1\9\0 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + [[ 0 != \1\8\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + [[ 0 != \1\9\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0 Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)' + [[ 0 != \1\8\7 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 does not exist. + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log 2025.03.05 17:02:18.907921 [ 724 ] {} Application: Child process was terminated by signal 9 (KILL). If it is not done by 'forcestop' command or manually, the possible cause is OOM Killer (see 'dmesg' and look at the '/var/log/kern.log' for the details). + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]